.header {
  position: initial;
}

.header--home {
  position: absolute;
}

.nav-container ul {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}

.nav-container-sweepstakes__cta {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.nav-container-sweepstakes__text {
  font-family: abolition, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.6px;
  color: #ffffff;
  background-color: #d14e52;
  height: 67px;
  max-width: 207px;
  width: 100%;
  border-right: 1px solid #ef7174;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.nav-container-sweepstakes__btn {
  background-color: #d14e52;
  height: 67px;
  width: 67px;
  border: none;
  background-image: url("../images/glob-arrow-icon-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .nav-container-sweepstakes__text {
    height: 57px;
    font-size: 14px;
    max-width: 142px;
    border-right: none;
    margin-right: 1px;
    padding: 0 10px;
  }

  .nav-container-sweepstakes__btn {
    width: 57px;
    height: 57px;
  }
}

@media (max-width: 392px) {
  .nav-container-sweepstakes__text {
    height: 57px;
    font-size: 11px;
    max-width: 122px;
    line-height: 1.4;
    padding: 0 10px;
  }

  .nav-container-sweepstakes__btn {
    width: 57px;
    height: 57px;
  }
}

@media (max-width: 372px) {
  .nav-container-sweepstakes__btn {
    display: none;
  }
}

@media (max-width: 730px) {
  body.is-not-scrollable .header__social-box ul {
    margin-top: 55px;
  }
}

.content-main--header-abs {
  margin-top: 43px;
}

@media (max-width: 870px) {
  .content-main--header-abs {
    margin-top: 83px;
  }
}
@media (max-width: 600px) {
  .content-main--header-abs {
    margin-top: 73px;
  }
}

@media (max-width: 820px) {
  .header--not-abs {
    margin-top: 94px;
  }

  .header--not-abs .header__social-box {
    width: initial;
    float: none;
  }

  .header--not-abs .header__social-box {
    text-align: center;
  }

  .header--not-abs .left-logo {
    margin: initial;
  }
}

.header--pd-top {
  position: absolute !important;
}

.header.header--pd-top ~ .content-main > article > div {
  padding-top: 30px;
}

.header.header--pd-top ~ .content-main > iframe {
  padding-top: 30px;
}

.header.header--pd-top ~ .content-main > article > section .recipe-masthead {
  padding-top: 30px;
}

@media (max-width: 840px) {
  .header.header--pd-top ~ .content-main > article > div {
    padding-top: 138px;
  }

  .header.header--pd-top ~ .content-main > iframe {
    padding-top: 138px;
  }

  .header.header--pd-top ~ .content-main > article > section .recipe-masthead {
    padding-top: 138px;
  }
}
